golang.org/x/tools/internal/gcimporter.readerDict.tbounds (field)

5 uses

	golang.org/x/tools/internal/gcimporter (current package)
		ureader.go#L169: 	tbounds []typeInfo         // contains constraint types for each parameter in tparams
		ureader.go#L692: 		dict.tbounds = make([]typeInfo, nexplicits)
		ureader.go#L693: 		for i := range dict.tbounds {
		ureader.go#L694: 			dict.tbounds[i] = r.typInfo()
		ureader.go#L726: 		in = r.dict.tbounds